public class AT188Reader extends ATn88Reader
| Constructor and Description |
|---|
AT188Reader(ATransport transport)
Create an instance of the AT188Reader class.
|
AT188Reader(int sessionId,
ATransport transport)
Create an instance of the AT188Reader class.
|
getAlertNotify, getButtonNotify, getButtonNotifyTime, setAlertNotify, setButtonNotify, setButtonNotifyTimedefaultParameter, destroy, getAutoOffTime, getAutoSaveMode, getBatteryState, getBuzzer, getDisplayOffTime, getOperationMode, getSerialNo, getStoredTagCount, getTime, getUseActionKey, initReader, loadStoredData, onActionChanged, onBatteryState, onEvent, onKeyEvent, onNotificationState, onOperationModeChanged, onStateChanged, onUsbChargerChanged, removeAllStoreadData, reset, saveStoredData, setAutoOffTime, setAutoSaveMode, setBuzzer, setDisplayOffTime, setOperationMode, setSerialNo, setTime, setUsbChargingPhone, setUseActionKey, sleep, sleep, wakeUp, wakeUpaddListener, checkError, clearListener, connect, disconnect, getAction, getAddress, getAutoConnect, getBarcode, getCheckInterval, getConnectType, getDeviceAttached, getDeviceName, getDeviceType, getLastError, getProtocol, getRfidHf, getRfidUhf, getSessionId, getState, getTransport, getVersion, getVersionHexa, listen, removeListener, resetError, setAction, setAddress, setAutoConnect, setCheckInterval, setDeviceName, setDeviceType, setLastError, toStringpublic AT188Reader(ATransport transport)
transport - AT188Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public AT188Reader(int sessionId,
ATransport transport)
sessionId - A unique ID number for identifying instances to manage multiple instances.transport - AT188Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.